DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.DataConnector.AdoNet Namespace / C1ConnectionBase<TConnectionImpl> Class / ConnectionString Property

In This Topic
    ConnectionString Property (C1ConnectionBase<TConnectionImpl>)
    In This Topic
    Gets or sets the string used to open the connection.
    Syntax
    'Declaration
     
    Public Overridable Property ConnectionString As String
    public virtual string ConnectionString {get; set;}
    See Also